negotiator.repository
Class RepositoryItemTypeAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<RepositoryItemType,java.util.ArrayList<RepItem>>
      extended by negotiator.repository.RepositoryItemTypeAdapter

public class RepositoryItemTypeAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<RepositoryItemType,java.util.ArrayList<RepItem>>


Constructor Summary
RepositoryItemTypeAdapter()
           
 
Method Summary
 RepositoryItemType marshal(java.util.ArrayList<RepItem> events)
           
 java.util.ArrayList<RepItem> unmarshal(RepositoryItemType notifications)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryItemTypeAdapter

public RepositoryItemTypeAdapter()
Method Detail

marshal

public RepositoryItemType marshal(java.util.ArrayList<RepItem> events)
                           throws java.lang.Exception
Specified by:
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<RepositoryItemType,java.util.ArrayList<RepItem>>
Throws:
java.lang.Exception

unmarshal

public java.util.ArrayList<RepItem> unmarshal(RepositoryItemType notifications)
                                       throws java.lang.Exception
Specified by:
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<RepositoryItemType,java.util.ArrayList<RepItem>>
Throws:
java.lang.Exception